projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d75d62
)
Fix DnD Introspection on Quartz Backend.
author
John Ralls
<jralls@ceridwen.us>
Fri, 29 May 2015 20:04:07 +0000
(13:04 -0700)
committer
John Ralls
<jralls@ceridwen.us>
Fri, 29 May 2015 20:27:39 +0000
(13:27 -0700)
Don't exclude the -quartz.c files from introspection_files.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 7fd739bcc07b0d5523662a57be84863c96e60ef4..72ee47fdffdcb20c5ca39accb0cee845c7dd38a8 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1340,7
+1340,7
@@
distclean-local:
if HAVE_INTROSPECTION
introspection_files = \
$(filter-out %private.h gtktextdisplay.h gtktextlayout.h gtkx.h, $(gtkinclude_HEADERS) $(a11yinclude_HEADERS) $(deprecatedinclude_HEADERS)) \
- $(filter-out %win32.c
%quartz.c
, $(gtk_base_c_sources)) \
+ $(filter-out %win32.c, $(gtk_base_c_sources)) \
gtkprintoperation-unix.c \
gtktypebuiltins.h \
gtktypebuiltins.c